Welcome![Sign In][Sign Up]
Location:
Search - fft c

Search list

[SourceCodeFFT

Description: FFT
Platform: | Size: 2048 | Author: wyq | Hits:

[GDI-BitmapFFT程序

Description: 这是利用C++ 编的fft-This is the C series fft
Platform: | Size: 2048 | Author: 吕炎军 | Hits:

[VHDL-FPGA-Verilogfft.c

Description: C语言实现快速傅立叶变换,大家可以参考一下!-C language Fast Fourier Transform, we can take a look!
Platform: | Size: 2048 | Author: 郭子荣 | Hits:

[CSharpFFT-c

Description: 傅立叶变换的c语言源代码 128点DIT FFT函数: /* 采样来的数据放在dataR[ ]数组中,运算前dataI[ ]数组初始化为0 */ void FFT(float dataR[],float dataI[]) -Fourier Transform c language source code DIT 128 point FFT function :/* Sample data on the dataR [] array, Operational before dataI [] array initialization to 0*/void FFT (float dataR [], float dataI [])
Platform: | Size: 3072 | Author: 郑超 | Hits:

[CSharpFFT+C

Description: 一个 很好的 程序,fft的C语言实现程序-a good procedure, fft the C language procedure!
Platform: | Size: 1024 | Author: 李建 | Hits:

[Algorithmfft-by_skyline

Description: 这是一个我自己写的FFT的c程序,可以计算n(<4096)个点(可以是虚数)的结果 -This is one I wrote it myself FFT c procedures can be calculated n (
Platform: | Size: 2048 | Author: 王靖杰 | Hits:

[WaveletFFT

Description: 快速傅立叶变换FFT的C源程序,包括谐波检测部分-Fast Fourier Transform FFT C-source code, including parts of harmonic detection
Platform: | Size: 1024 | Author: liuli | Hits:

[CommunicationFFT--C

Description: FFT算法研究与实现(C语言),1 倒位序算法分析,2 实数蝶形运算算法的推导,3 DIT FFT 算法的基本思想分析-Research and Implementation of FFT algorithm (C language), one inversion algorithm sequence analysis, 2 real butterfly computation algorithm is derived, 3 DIT FFT algorithm the basic idea of analysis
Platform: | Size: 3072 | Author: sxd | Hits:

[Algorithmfft-C

Description: 采用C语言设计的FFT代码,在C语言下调试通过。文件为word文档,需要嵌入到自己的程序中-Using C language designed FFT code in C language under the debugger through. Document for the word document, the need to embed into their own procedures
Platform: | Size: 3072 | Author: 李文良 | Hits:

[CSharpFFT

Description: C#编写出的图像处理程序,FFT,反FFT-C# Prepared image processing procedures, FFT, Counter-FFT
Platform: | Size: 475136 | Author: 陈琰 | Hits:

[SCMfft

Description: fft.c - fast Fourier transform and its inverse (both recursively) -fft.c- fast Fourier transform and its inverse (both recursively)
Platform: | Size: 3072 | Author: moo | Hits:

[Windows Developfft

Description: C语言版快速傅立叶变换Fast Fouier Transform(fft)-C language version of Fast Fourier Transform Fast Fouier Transform (fft)
Platform: | Size: 1024 | Author: zhangjia | Hits:

[2D Graphicfft

Description: The fft.c file is C code for a function to compute the 16 point real Fast Fourier Transform using the split radix algorithm. -The fft.c file is C code for a function to compute the 16 point real Fast Fourier Transform using the split radix algorithm.
Platform: | Size: 2048 | Author: 郭曉詠 | Hits:

[Embeded-SCM Developfft

Description: 2007年全国大学生电子设计大赛,A题音频信号分析仪的全部源程序。 单片机为c8051f120,系统时钟倍频至96MHZ。 main.c是一个包含五级菜单的主函数。 FFT.C是进行fft变换,将时域信号变换成频域信号。 flash.c是读写片外flash存储器的程序,可以将分析结果保存,以备调用. z7290.c是周立功7290键盘芯片的驱动程序. FFT_xgjis.c是对变换后的频谱进行分析和运算. FFT_CodeTable.c是一个正弦表,在FFT的时候调用. LCD320240.c是320*240的液晶驱动程序,液晶的控制器是SED1335. 所有的.h文件提供了子函数的定义. 本程序用KEIL3 802版本编译通过,将所有的.C文件添加到工程中,并编译main.c 注意两点:1.器件选择c8051f120. 2.在target中将时钟设为96M.同时必须将Memory Model 改成large--XDATA.默认的是small. 因为本设计占用的资源是非常大的. Program Size: data=81.3 xdata=6811 code=43056-2007 National Undergraduate Electronic Design Contest, A title of the audio signal analyzer full source code. Singlechip c8051f120, system clock multiplier to 96MHZ. main.c is a menu that contains the main function 5. FFT.C is fft transform, time-domain signal will be converted into frequency domain signals. flash.c are reading and writing flash memory chip procedure, the results of the analysis can be preserved, for calling. z7290.c weeks are Ligong 7290 driver keyboard chip. FFT_xgjis.c is transformed spectrum analysis and computing. Sine FFT_CodeTable.c is a table at a time when FFT calls. LCD320240.c are 320* 240 LCD drivers, LCD controllers are SED1335. all. h document provides the definition of Functions.
Platform: | Size: 35840 | Author: 王渔阳 | Hits:

[AlgorithmFFT

Description: fft.c code composer studio v 3.01 by steven
Platform: | Size: 3072 | Author: pouya | Hits:

[AlgorithmFft

Description: This source code show you how to implement the FFT algorithm in c.details please referent my fft.c file.
Platform: | Size: 1024 | Author: leespoon | Hits:

[Waveletfft

Description: 快速傅立叶算法,C语言编程,进行频谱分析 -FFT C,FFT spectrum
Platform: | Size: 7168 | Author: ok | Hits:

[Algorithmfft.c

Description: 快速傅立叶变换的c语言开发程序,简单易懂。-fft
Platform: | Size: 1024 | Author: 钟晓宁 | Hits:

[SCMfft

Description: fft程序,最初在单片机c8051f020上实现,“fft.c”是核心程序,很短,程序中x_real[N]是输入序列,输出保存在x_real[N]和x_imag[N]中-fft program, initially implemented on the MCU c8051f020, " fft.c" is the core program, very short, the program x_real [N] is the input sequence, the output stored in x_real [N] and x_imag [N] in
Platform: | Size: 2048 | Author: 樊胜利 | Hits:

[Algorithmfft C语言实现

Description: fft c语言实现,快速傅里叶运算的c语言实现(fft)
Platform: | Size: 2048 | Author: lailah | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net